Properly remove gtk_window_get_size
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Dec 2020 17:15:24 +0000 (12:15 -0500)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 7 Dec 2020 19:37:30 +0000 (20:37 +0100)
It was still in the headers and the docs, but did
not have an implementation anymore.

docs/reference/gtk/gtk4-sections.txt
gtk/gtkwindow.h

index 909bd1df92a8738e2cea353bed887ff375b384a8..30f93aa8724d62e9d56eb2e3ad8b5cdf744d474c 100644 (file)
@@ -4615,7 +4615,6 @@ gtk_window_get_default_size
 gtk_window_get_destroy_with_parent
 gtk_window_get_icon_name
 gtk_window_get_modal
-gtk_window_get_size
 gtk_window_get_title
 gtk_window_get_transient_for
 gtk_window_get_group
index 1c673b420121295a76403816768d4088af03e136..06701f8313ac00d7a1f70b31d236575c9b5d9786 100644 (file)
@@ -215,10 +215,6 @@ GDK_AVAILABLE_IN_ALL
 void     gtk_window_get_default_size (GtkWindow   *window,
                                       int         *width,
                                       int         *height);
-GDK_AVAILABLE_IN_ALL
-void     gtk_window_get_size         (GtkWindow   *window,
-                                      int         *width,
-                                      int         *height);
 
 GDK_AVAILABLE_IN_ALL
 GtkWindowGroup *gtk_window_get_group (GtkWindow   *window);